
.widget_slider_style_18 .box-slider-thumb {
	position: absolute;
	z-index: 3;
	width: 60%;
	bottom: 10%;
	right: calc((100% - 1320px) / 5)
}

@media (max-width:768px) {
	.widget_slider_style_18 .box-slider-thumb {
		position: relative;
		transform: unset;
		right: 0;
		top: unset;
		width: calc(100% - 20px);
		margin: 10px auto 0 auto
	}
}

.widget_slider_style_18 .box-slider-thumb .arrow-box .arrow-icon {
	background-color: transparent;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.widget_slider_style_18 .box-slider-thumb .arrow-box .arrow-icon.prev {
	left: -50px
}

.widget_slider_style_18 .box-slider-thumb .arrow-box .arrow-icon.next {
	right: -50px
}

.widget_slider_style_18 .box-slider-thumb .progress {
	position: relative;
	display: block;
	margin-top: 40px;
	margin-left: 0;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	overflow: hidden;
	background-color: transparent;
	background-image: linear-gradient(to right, var(--theme-color), var(--theme-color));
	background-repeat: no-repeat;
	background-size: 0 100%;
	opacity: 1;
	transition: background-size 0.4s ease-in-out;
	z-index: 2
}

.widget_slider_style_18 .box-slider-thumb .progress::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #CFCFCF;
	position: absolute;
	left: 0;
	top: 1px;
	opacity: .5;
	z-index: 0
}

@media (max-width:768px) {
	.widget_slider_style_18 .box-slider-thumb .progress {
		margin-top: 20px
	}
}

.widget_slider_style_18 .box-slider-thumb .slick-track {
	display: flex;
	align-items: center
}

.widget_slider_style_18 .box-slider-thumb .slick-list {
	margin: 0 -10px
}

@media (max-width:768px) {
	.widget_slider_style_18 .box-slider-thumb .slick-list {
		margin: 0 -5px
	}
}

.widget_slider_style_18 .box-slider-thumb .slick-slide {
	margin: 0 10px
}

@media (max-width:768px) {
	.widget_slider_style_18 .box-slider-thumb .slick-slide {
		margin: 0 5px
	}
}

.widget_slider_style_18 .box-slider-thumb .item-thumb {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent
}

.widget_slider_style_18 .box-slider-thumb .item-thumb:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: linear-gradient(20deg, #000000 0%, rgba(0, 0, 0, .4) 100%);
	z-index: 1
}

.widget_slider_style_18 .box-slider-thumb .item-thumb .img {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 67%;
	height: inherit;
	overflow: hidden;
	border-radius: 8px
}

@media (max-width:768px) {
	.widget_slider_style_18 .box-slider-thumb .item-thumb .img {
		padding-top: 90%
	}
}

.widget_slider_style_18 .box-slider-thumb .item-thumb .img picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 5s ease-in-out
}

.widget_slider_style_18 .box-slider-thumb .item-thumb .img picture img {
	height: 100%;
	width: 100%;
	position: relative;
	display: inherit;
	transition: all 5s ease-in-out;
	object-fit: cover
}

.widget_slider_style_18 .box-slider-thumb .item-thumb .title {
	position: absolute;
	z-index: 2;
	width: calc(100% - 20px);
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%)
}

.widget_slider_style_18 .box-slider-thumb .item-thumb .title .heading {
	margin: 0;
	color: var(--color)
}

.widget_slider_style_18 .box-slider-thumb .slick-current .item-thumb {
	border-color: var(--theme-color)
}

.widget_slider_style_18 .box-slider-thumb .slick-current .item-thumb:before {
	background: linear-gradient(20deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 100%)
}

.widget_slider_style_18 .slider-list-item .item {
	position: relative;
	display: block !important
}

.widget_slider_style_18 .slider-list-item .item .img {
	position: relative;
	display: block;
	width: 100%;
	padding-top: var(--ratio);
	height: inherit;
	overflow: hidden
}

.widget_slider_style_18 .slider-list-item .item .img picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 5s ease-in-out
}

.widget_slider_style_18 .slider-list-item .item .img picture img {
	height: 100%;
	width: 100%;
	position: relative;
	display: inherit;
	transition: all 5s ease-in-out;
	object-fit: cover
}

.widget_slider_style_18 .slider-list-item .item .content {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	height: 100%;
	padding: 20px 10px;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: left
}

@media (min-width:1200px) {
	.widget_slider_style_18 .slider-list-item .item .content {
		max-width: 1320px
	}
}

@media (max-width:768px) {
	.widget_slider_style_18 .slider-list-item .item .content {
		width: 100%;
		padding: 20px
	}
}

.widget_slider_style_18 .slider-list-item .item .content .content-grid {
	display: grid;
	grid-template-columns: 6fr 5.5fr;
	justify-content: center;
	align-items: flex-end;
	gap: 20px
}

.widget_slider_style_18 .slider-list-item .item .content .content-grid>div {
	flex: 1
}

.widget_slider_style_18 .slider-list-item .item .content .subtitle {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	color: #fff;
	marign: 0
}

.widget_slider_style_18 .slider-list-item .item .content .heading-item .title {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #fff
}

.widget_slider_style_18 .slider-list-item .item .content .content-item p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	color: #fff
}

.widget_slider_style_18 .slider-list-item .item .content .button {
	margin-top: 20px
}

.widget_slider_style_18 .slider-list-item .item .content .button a {
	display: inline-block;
	font-weight: 700;
	color: var(--theme-color-2);
	padding: 12px 16px;
	border-radius: 8px
}

.widget_slider_style_18 .slider-list-item .item .content .button .btn {
	color: #fff;
	background: var(--header-button-bg, var(--theme-color-2))
}

.widget_slider_style_18 .slider-list-item .item .content .button .btn::after {
	border-color: var(--header-button-bg, var(--theme-color-2))
}

.widget_slider_style_18 .slider-list-item .slick-current .content .subtitle {
	animation: fromRightAnim 0.4s ease-in 0.1s both
}

.widget_slider_style_18 .slider-list-item .slick-current .content .heading-item {
	animation: fromRightAnim 0.6s ease-in 0.2s both
}

.widget_slider_style_18 .slider-list-item .slick-current .content .content-item {
	animation: fromLeftAnim 0.8s ease-in 0.3s both
}

.widget_slider_style_18 .slider-list-item .slick-current .content .button {
	animation: fromRightAnim 1s ease-in 0.4s both
}

.widget_slider_style_18 .slider-list-item .slick-current .img {
	animation: scaleYSlide 2.5s ease-in-out
}

@media (max-width:768px) {
	.widget_slider_style_18 .arrow_box {
		display: none
	}

	.widget_slider_style_18 .slider-list-item .item .img {
		padding-top: var(--ratio-mobile)
	}

	.widget_slider_style_18 .slider-list-item .item .content {
		top: 50%
	}

	.widget_slider_style_18 .slider-list-item .item .content .content-container {
		width: 100%
	}

	.widget_slider_style_18 .slider-list-item .item .content .content-grid {
		grid-template-columns: 1fr;
		grid-gap: 0
	}

	.widget_slider_style_18 .slider-list-item .item .content .subtitle {
		font-size: 14px;
		margin-bottom: 10px
	}

	.widget_slider_style_18 .slider-list-item .item .content .heading-item .title {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px
	}

	.widget_slider_style_18 .slider-list-item .item .content .content-item p {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 20px
	}

	.widget_slider_style_18 .slider-list-item .item .content .icon {
		height: 50px
	}

	.widget_slider_style_18 .slider-list-item .item .content .button {
		margin-top: 0
	}

	.widget_slider_style_18 .slider-list-item .item .content .button a {
		font-size: 12px;
		line-height: 1.5;
		padding: 8px 16px
	}
}

@keyframes fromRightAnim {
	from {
		transform: translateX(-50%)
	}

	to {
		transform: none
	}
}

@keyframes fromLeftAnim {
	from {
		transform: translateX(50%)
	}

	to {
		transform: none
	}
}

@keyframes scaleYSlide {
	0% {
		transform: scale(1.5) translateY(15%)
	}

	100% {
		transform: scale(1)
	}
}

.widget_about_style_1 .about-grid {
	--gutter: calc(var(--bs-gutter-x)/2);
	display: grid;
	grid-template-columns: calc(var(--about-left-width, 50%) - var(--gutter)) calc(var(--about-right-width, 50%) - var(--gutter));
	gap: var(--bs-gutter-x)
}

.widget_about_style_1 .about-content .description {
	margin-bottom: 60px
}

.widget_about_style_1 .about-content p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 10px
}

.widget_about_style_1 .about-content ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-top: 5px
}

.widget_about_style_1 .about-content ul li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 10px;
	font-weight: 600;
	color: #777;
	position: relative;
	padding-right: 10px;
	padding-left: 22px
}

.widget_about_style_1 .about-image {
	-webkit-animation: move3 5s infinite;
	animation: move3 5s infinite
}

.widget_about_style_1 .about-image .about-img-wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	-webkit-box-flex: 0
}

.widget_about_style_1 .about-image .about-img-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}

.widget_about_style_1 .about-image .about-img-inner img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.widget_about_style_1 .button {
	display: flex;
	align-items: center;
	gap: 24px
}

.widget_about_style_1 .button .hotline-group {
	display: flex;
	gap: 8px;
	align-items: center
}

.widget_about_style_1 .button .hotline-group .icon {
	width: 44px;
	height: 44px
}

.widget_about_style_1 .button .hotline-group p {
	margin: 0;
	color: #2E2E2E;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%
}

.widget_about_style_1 .button .hotline-group p .heading {
	margin-bottom: 2px
}

@media (max-width:768px) {
	.widget_about_style_1 .about-grid {
		grid-template-columns: 1fr
	}

	.widget_about_style_1 .about-content .description {
		margin-bottom: 20px
	}

	.widget_about_style_1 .about-image .about-img-wrapper {
		height: 100%;
		width: 100%;
		position: relative;
		-webkit-box-flex: 0
	}

	.widget_about_style_1 .about-image .about-img-inner {
		position: relative;
		width: 100%;
		height: 100%;
		top: 0
	}

	.widget_about_style_1 .about-image .about-img-inner img {
		position: relative;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.widget_item_style_1 {
	text-align: center
}

.widget_item_style_1 .row-flex {
	position: relative;
	display: grid;
	grid-template-columns: repeat(var(--item-number, 3), 1fr);
	gap: 10px
}

.widget_item_style_1 .item {
	padding: 16px 20px 20px;
	position: relative;
	overflow: hidden;
	text-align: left;
	background-position: center
}

.widget_item_style_1 .item a {
	color: currentColor
}

.widget_item_style_1 .item .img {
	height: var(--item-icon-height, 40px);
	text-align: left
}

.widget_item_style_1 .item .img img {
	width: auto;
	height: 100%;
	display: inline-block;
	padding: 1px;
	margin-top: 5px;
	border-radius: 8px;
	background: var(--theme-color)
}

.widget_item_style_1 .item .title {
	text-align: left;
	padding: 16px 0 0
}

.widget_item_style_1 .item .title .heading {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	margin: 0 0 8px
}

.widget_item_style_1 .item .title .heading span {
	font-size: 24px;
	line-height: 1.5;
	color: inherit
}

.widget_item_style_1 .item .title .description {
	color: #3E3E3E;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -.56px
}

.widget_item_style_1 .item:hover .img img {
	-webkit-animation: toTopFromBottom .5s forwards;
	animation: toTopFromBottom .5s forwards;
	box-shadow: 0 0 10px 4px rgba(31, 66, 135, .1)
}

@media (max-width:1000px) {
	.widget_item_style_1 .item .img {
		height: var(--item-icon-height-tablet, 40px)
	}
}

@media (max-width:768px) {
	.widget_item_style_1 .row-flex {
		grid-template-columns: repeat(var(--item-number-tablet, 2), 1fr)
	}
}

@media (max-width:600px) {
	.widget_item_style_1 .row-flex {
		grid-template-columns: repeat(var(--item-number-mobile, 1), 1fr)
	}

	.widget_item_style_1 .item {
		padding: 10px 0
	}

	.widget_item_style_1 .item .img {
		height: var(--item-icon-height-mobile, 40px)
	}

	.widget_item_style_1 .item .title .heading {
		font-size: 18px;
		margin: 0 0 16px
	}

	.widget_item_style_1 .item .title .description {
		color: #000;
		font-size: 14px
	}
}

.widget_product_category_style_22 {
	overflow: hidden
}

.widget_product_category_style_22 .list {
	margin-top: 70px
}

.widget_product_category_style_22 .list .row {
	display: grid;
	grid-template-columns: repeat(var(--item-number), 1fr);
	gap: 40px;
	margin: 0;
	padding: 0
}

.widget_product_category_style_22 .list .row>[class*="col-"] {
	width: 100%;
	padding: 0;
	margin: 0
}

@media (max-width:1024px) {
	.widget_product_category_style_22 .list .row {
		grid-template-columns: repeat(var(--item-number-tablet), 1fr)
	}
}

@media (max-width:768px) {
	.widget_product_category_style_22 .list .row {
		grid-template-columns: repeat(var(--item-number-mobile), 1fr)
	}
}

.widget_product_category_style_22 .box {
	width: 100%;
	min-height: 150px;
	background: #fff;
	position: relative;
	margin-bottom: 100px
}

.widget_product_category_style_22 .box:hover:before,
.widget_product_category_style_22 .box.hover:before {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.widget_product_category_style_22 .box:before {
	content: "";
	display: block;
	height: 50px;
	width: 74px;
	background: #fff;
	position: absolute;
	top: -31px;
	right: 85px;
	z-index: 3;
	transform: rotate(60deg)
}

.widget_product_category_style_22 .box:hover:after,
.widget_product_category_style_22 .box.hover:after {
	box-shadow: 0 0 15px rgba(0, 0, 0, .08)
}

.widget_product_category_style_22 .box:after {
	content: "";
	display: block;
	height: 50px;
	left: 0;
	right: 120px;
	background: #fff;
	top: -50px;
	position: absolute;
	z-index: 2
}

.widget_product_category_style_22 .box:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.widget_product_category_style_22 .box .box-inner {
	position: relative;
	z-index: 15;
	margin-top: 70px
}

.widget_product_category_style_22 .box .box-inner .item-header {
	position: absolute;
	top: -50px;
	width: 100%;
	padding: 10px 0 10px 20px
}

.widget_product_category_style_22 .box .box-inner .item-header h5 {
	max-width: calc(100% - 120px);
	margin: 5px 0 0;
	font-size: 18px;
	line-height: 1
}

.widget_product_category_style_22 .box .box-inner .item-header span {
	font-size: 12px;
	text-transform: uppercase;
	color: #dd3310
}

.widget_product_category_style_22 .box .box-inner .item-header img {
	float: right;
	width: 80px;
	position: absolute;
	right: 0;
	top: 35%;
	transform: translateY(-50%)
}

.widget_product_category_style_22 .box .box-inner-main {
	padding: 30px 15px 15px 20px
}

.widget_product_category_style_22 .box .box-inner-main .description {
	margin: 0 0 10px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	min-height: 140px
}

.widget_product_category_style_22 .box .box-inner-main ul {
	list-style: none;
	color: #dd3310;
	padding: 0;
	margin: 0 0 15px
}

.widget_product_category_style_22 .box .box-inner-main ul li a {
	font-size: 12px;
	color: #dd3310
}

.widget_product_category_style_22 .box .box-inner-main a.btn {
	display: block;
	padding: 6px 32px;
	line-height: 1.5;
	text-align: center;
	border: 1px solid #dd3310;
	border-radius: 20px;
	text-decoration: none;
	cursor: pointer;
	color: #dd3310;
	letter-spacing: 0;
	font-weight: 600;
	transition: 0.15s ease-in-out
}

.widget_product_category_style_22 .box .box-inner-main a:hover,
.widget_product_category_style_22 .box .box-inner-main a:focus {
	color: #23527c;
	text-decoration: underline
}

.widget_product_category_style_22 .box .span1,
.widget_product_category_style_22 .box .span2 {
	display: block;
	position: absolute;
	inset: 0;
	background: #fff;
	z-index: 5
}

.widget_product_category_style_22 .box .span2 {
	background: #fff;
	z-index: 10;
	inset: -50px 120px 0 0
}

.widget_product_category_style_22 .box a.btn {
	width: fit-content
}

.widget_product_category_style_22 .box .img-product {
	position: absolute;
	bottom: -56px;
	right: -18px;
	z-index: 16
}

.widget_product_category_style_22 .box .img-product img {
	width: 198px;
	height: 152px;
	object-fit: contain
}

@media (max-width:1024px) {
	.widget_product_category_style_22 .box .img-product img {
		width: 150px;
		height: 110px
	}
}

@media screen and (max-width:1024px) {
	.widget_product_category_style_22 .box {
		margin-bottom: 80px
	}

	.widget_product_category_style_22 .box .img-product {
		right: 10px
	}
}

.widget_project_style_1 .header-box {
	margin-bottom: 32px
}

.widget_project_style_1 .header-box .more-link {
	color: #252525;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 100px;
	border: 1px solid #252525;
	padding: 10px 20px;
	background: transparent
}

.widget_project_style_1 .header-box .more-link i {
	margin-left: 10px
}

.widget_project_style_1 .box-content {
	position: relative
}

.widget_project_style_1 .post-list-grid {
	display: grid;
	grid-template-columns: repeat(var(--item-number, 3), 1fr);
	gap: var(--bs-gutter-x)
}

.widget_project_style_1 .slick-slide {
	margin: 0 calc(var(--bs-gutter-x)/2)
}

.widget_project_style_1 .item {
	margin: 10px 0;
	overflow: hidden;
	position: relative
}

.widget_project_style_1 .item .img {
	position: relative;
	height: 0;
	padding-top: var(--wpost-img-ration, 100%);
	border-radius: 0;
	width: 100%;
	overflow: hidden
}

.widget_project_style_1 .item .img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in
}

.widget_project_style_1 .item .title {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease-in;
	background: rgba(0, 0, 0, .4)
}

.widget_project_style_1 .item .title a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%
}

.widget_project_style_1 .item .title .header {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

.widget_project_style_1 .item .title .header a {
	color: currentColor;
	outline: none
}

.widget_project_style_1 .item:hover .img img {
	transform: scale(1.1)
}

.widget_project_style_1 .item:hover .title {
	opacity: 1
}

@media (max-width:1000px) {
	.widget_project_style_1 .post-list-grid {
		grid-template-columns: repeat(var(--item-number-tablet, 3), 1fr)
	}
}

@media (max-width:600px) {
	.widget_project_style_1 .header-box {
		margin-bottom: 20px
	}

	.widget_project_style_1 .header-box .more-link {
		font-size: 14px;
		padding: 4px 12px
	}

	.widget_project_style_1 .post-list-grid {
		grid-template-columns: repeat(var(--item-number-mobile, 2), 1fr)
	}

	.widget_project_style_1 .slick-slide {
		margin: 0 4px
	}

	.widget_project_style_1 .item {
		padding: 0
	}

	.widget_project_style_1 .item .title {
		opacity: 1 !important
	}
}

.widget_question_form_style_2 .question-form-row {
	--gutter: calc(var(--bs-gutter-x)/2);
	display: grid;
	grid-template-columns: calc(var(--post-left-width, 50%) - var(--gutter)) calc(var(--post-right-width, 50%) - var(--gutter));
	gap: 30px;
	align-items: center
}

.widget_question_form_style_2 .form-box {
	padding: 20px 32px;
	background-color: #fff;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px
}

.widget_question_form_style_2 .form-box .input-flex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px
}

.widget_question_form_style_2 .form-box .input {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 20px
}

.widget_question_form_style_2 .form-box .form-control {
	padding: 10px 20px;
	border: 1px solid var(--form-inp-border, #555555);
	background-color: var(--form-inp-bg, #ffffff);
	color: var(--form-inp-color, #555555);
	border-radius: 4px
}

.widget_question_form_style_2 .form-box .form-control::placeholder {
	color: var(--form-inp-color, #aaaaaa);
	opacity: 1
}

.widget_question_form_style_2 .form-box .form-control::-ms-input-placeholder {
	color: var(--form-inp-color, #aaaaaa)
}

.widget_question_form_style_2 .form-box .form-control::-ms-input-placeholder {
	color: var(--form-inp-color, #aaaaaa)
}

.widget_question_form_style_2 .form-box .button {
	display: flex;
	justify-content: center
}

.widget_question_form_style_2 .form-box .button button {
	color: #FFF;
	letter-spacing: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	min-width: 140px
}

.widget_question_form_style_2 .question-box .panel-group {
	display: grid;
	grid-gap: 12px;
	margin-bottom: 0
}

.widget_question_form_style_2 .question-box .panel-group .panel-default {
	padding: 10px 10px 10px 0;
	border: 0;
	align-self: center;
	height: fit-content
}

.widget_question_form_style_2 .question-box .panel-group .panel-default .panel-heading {
	border: 0;
	background-color: transparent;
	padding: 0
}

.widget_question_form_style_2 .question-box .panel-group .panel-default .panel-heading .panel-title {
	position: relative;
	padding-left: 40px
}

.widget_question_form_style_2 .question-box .panel-group .panel-default .panel-heading .panel-title a:focus {
	text-decoration: unset
}

.widget_question_form_style_2 .question-box .panel-group .panel-default .panel-heading .panel-title a[aria-expanded="true"]:not(.collapsed) .arrow {
	transform: rotate(540deg);
	transition: 500ms
}

.widget_question_form_style_2 .question-box .panel-group .panel-default .panel-heading .panel-title a[aria-expanded="true"]:not(.collapsed) .title-po {
	color: var(--theme-color);
	-webkit-line-clamp: unset
}

.widget_question_form_style_2 .question-box .panel-group .panel-default .panel-heading .panel-title .icon {
	position: absolute;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: -4px;
	font-size: 24px
}

.widget_question_form_style_2 .question-box .panel-group .panel-default .panel-heading .panel-title .icon i {
	color: var(--icon-color, var(--theme-color))
}

.widget_question_form_style_2 .question-box .panel-group .panel-default .panel-heading .panel-title .title-po {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 14px;
	font-weight: 500
}

.widget_question_form_style_2 .question-box .panel-group .panel-default .panel-body {
	background-color: transparent;
	padding: 0;
	margin-top: 10px
}

@media (max-width:768px) {
	.widget_question_form_style_2 .question-form-row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px
	}

	.widget_question_form_style_2 .form-box .input-flex {
		grid-template-columns: 1fr
	}
}

.widget_feedback_style_1 .swiper-wrapper {
	align-items: center
}

.widget_feedback_style_1 .swiper-slide>div:not(:last-child) {
	margin-bottom: 20px
}

.widget_feedback_style_1 .item {
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #E5E7EB;
	background: #F9FAFB
}

.widget_feedback_style_1 .item .box-info {
	display: flex;
	justify-content: space-between
}

.widget_feedback_style_1 .item .box-info .box-left {
	display: flex;
	gap: 10px
}

.widget_feedback_style_1 .item .box-info .feedback-logo {
	width: 32px;
	height: 32px
}

.widget_feedback_style_1 .item .box-info .feedback-logo img {
	height: 100%;
	width: auto;
	object-fit: contain
}

.widget_feedback_style_1 .item .avatar {
	text-align: center
}

.widget_feedback_style_1 .item .avatar img {
	width: 46px;
	height: 46px;
	object-fit: cover;
	border-radius: 50%;
	display: inline-block
}

.widget_feedback_style_1 .item .title {
	text-align: left
}

.widget_feedback_style_1 .item .title .feedback-name {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 800;
	margin: 0
}

.widget_feedback_style_1 .item .title .feedback-office {
	color: #9CA3AF;
	font-size: 12px;
	line-height: 1.5;
	margin: 0
}

.widget_feedback_style_1 .item .feedback-content {
	margin: 30px auto 20px;
	max-width: 100%
}

.widget_brands_partner_style_3 .brand-content {
	display: flex;
	justify-content: center;
	position: relative
}

.widget_brands_partner_style_3 .box-header {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1
}

.widget_brands_partner_style_3 .circle {
	position: relative;
	width: 80%;
	aspect-ratio: 2.5
}

.widget_brands_partner_style_3 .stat {
	position: absolute;
	width: 12vmin;
	height: 12vmin;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	transform: translate(-50%, -50%)
}

.circle:hover .widget_brands_partner_style_3 .stat {
	--radius-x: -40vmin;
	--r-offset: -1.75turn
}

.widget_brands_partner_style_3 .logo-item {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	filter: drop-shadow(0 20px 42px rgba(0, 0, 0, .1))
}

.widget_brands_partner_style_3 .logo-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media (max-width:991px) {
	.widget_brands_partner_style_3 .brand-content {
		flex-direction: column;
		align-items: center;
		justify-content: center
	}

	.widget_brands_partner_style_3 .box-header {
		position: relative;
		top: unset;
		left: unset;
		transform: none;
		margin-bottom: 12vmin
	}
}

.widget_post_style_1.post .header-box {
	display: grid;
	grid-template-columns: 4fr 6fr 2.3fr;
	grid-gap: 20px;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--line-header, #d9d9d9);
	margin-bottom: 40px
}

.widget_post_style_1.post .header-box .link-center {
	text-align: center
}

.widget_post_style_1.post .box-content {
	position: relative
}

.widget_post_style_1.post .post-list-grid {
	display: grid;
	grid-template-columns: repeat(var(--item-number, 3), 1fr);
	gap: var(--bs-gutter-x)
}

.widget_post_style_1.post .item-wrapper {
	padding: calc(var(--bs-gutter-x)/2)
}

.widget_post_style_1.post .item {
	padding: 16px;
	border-radius: 16px;
	background: #fff
}

.widget_post_style_1.post .item .img {
	padding-top: var(--wpost-img-ration, 100%);
	width: 100%;
	position: relative;
	border-radius: 16px
}

.widget_post_style_1.post .item .img img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.widget_post_style_1.post .item .img .time-tag {
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #3E3E3E;
	padding: 4px 12px;
	border-radius: 24px;
	background: #FFF
}

.widget_post_style_1.post .item .title {
	padding: 0;
	display: flex;
	flex-direction: column
}

.widget_post_style_1.post .item .title .header {
	font-size: 20px;
	line-height: 30px;
	font-family: var(--font-family);
	margin-top: 12px;
	margin-bottom: 8px;
	color: #3E3E3E;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 60px
}

.widget_post_style_1.post .item .title .header a {
	color: currentColor;
	outline: none
}

.widget_post_style_1.post .item .title .description {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	text-align: initial;
	color: #3E3E3E;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 60px
}

.widget_post_style_1.post .item .title .post-created {
	margin-top: 8px;
	color: #888;
	font-size: 12px
}

.widget_post_style_1.post .item .title .post-info {
	margin: 0 0 20px 0
}

.widget_post_style_1.post .item .title .read-more a {
	position: relative;
	transition: all 0.3s;
	border-radius: 10px
}

.widget_post_style_1.post .item .title .read-more a:hover {
	padding-left: 20px
}

.widget_post_style_1.post .item:hover {
	background: var(--item-hover-bg, var(--theme-color))
}

.widget_post_style_1.post .item:hover .title .header {
	color: #fff
}

.widget_post_style_1.post .item:hover .title .header a:hover {
	color: inherit
}

.widget_post_style_1.post .item:hover .title .description {
	color: #fff
}

@media (max-width:1000px) {
	.widget_post_style_1.post .post-list-grid {
		grid-template-columns: repeat(var(--item-number-tablet, 3), 1fr)
	}
}

@media (max-width:600px) {
	.widget_post_style_1.post .header-box {
		grid-template-columns: 1fr;
		padding-bottom: 24px;
		margin-bottom: 24px
	}

	.widget_post_style_1.post .post-list-grid {
		grid-template-columns: repeat(var(--item-number-mobile, 2), 1fr)
	}

	.widget_post_style_1.post .item {
		margin: 10px
	}

	.widget_post_style_1.post .item .img {
		height: 200px
	}
}

footer {
	position: relative
}

footer .widget_footer_style_3 .footer-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}

footer .widget_footer_style_3 .footer-column {
	flex: 0 0 auto
}

footer .widget_footer_style_3 .footer-column-1 {
	width: calc(var(--footer-column-1, 25%) - 20px)
}

footer .widget_footer_style_3 .footer-column-2 {
	width: calc(var(--footer-column-2, 25%) - 20px)
}

footer .widget_footer_style_3 .footer-column-3 {
	width: calc(var(--footer-column-3, 25%) - 20px)
}

footer .widget_footer_style_3 .footer-column-4 {
	width: calc(var(--footer-column-4, 25%) - 20px)
}

footer .widget_footer_style_3 .footer-menu {
	padding: 0
}

footer .widget_footer_style_3 .footer-menu li a {
	display: block;
	padding: 0;
	transition: all 0.5s
}

footer .widget_footer_style_3 .footer-menu li a i {
	display: none
}

footer .widget_footer_style_3 .footer-email .description {
	width: 700px;
	max-width: 100%;
	margin: 10px auto 20px auto
}

footer .widget_footer_style_3 .footer-email .form-group {
	overflow: hidden;
	background: #B5B5B5;
	border-radius: 8px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

footer .widget_footer_style_3 .footer-email .form-group .input {
	flex: 1;
	padding-right: 10px
}

@media (max-width:600px) {
	footer .widget_footer_style_3 .footer-email .form-group .input {
		width: 100%;
		padding-right: 0
	}
}

footer .widget_footer_style_3 .footer-email .form-group .input .form-control {
	min-height: 24px;
	border: 0;
	height: 24px;
	line-height: 24px;
	border-radius: 0;
	margin-bottom: 0;
	float: left;
	width: 100%;
	padding: 0;
	outline: none;
	font-size: 15px;
	box-shadow: none;
	background-color: transparent;
	color: #fff
}

footer .widget_footer_style_3 .footer-email .form-group .input .form-control::-webkit-input-placeholder {
	color: #fff
}

footer .widget_footer_style_3 .footer-email .form-group .button {
	width: 24px
}

footer .widget_footer_style_3 .footer-email .form-group .button button {
	width: 100%;
	height: 24px;
	line-height: 24px;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	color: #fff
}

footer .widget_footer_style_3 .footer-email .form-group .button button svg {
	color: #fff
}

@media (max-width:768px) {
	footer .widget_footer_style_3 .footer-grid {
		display: block
	}

	footer .widget_footer_style_3 .footer-column {
		width: 100% !important;
		margin-bottom: 20px
	}
}